@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background: #f0f0f0;
}
body.min-height-full,
body[class*='min-height-full-'] {
  min-height: 100%;
}

.truncate {
  width: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  box-shadow: none;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  box-shadow: none;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

html,
body {
  position: relative;
}
html.full-height,
body.full-height {
  height: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.mui-btn {
  font-weight: 800;
}
.mui-btn .fa {
  font-size: 24px;
  vertical-align: middle;
}

.voting-actions {
  margin: 0px 0 5px 0;
  position: relative;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.curatr-dinosaur-icon {
  display: inline-block;
  height: 26px;
  width: 26px;
  background-image: url('../images/white_dino.svg');
  background-repeat: no-repeat;
  background-size: fill;
}

a,
a:visited {
  color: #444;
}
a:hover,
a:active,
a:visited:hover,
a:visited:active {
  color: #000;
}

.fa.fa-check {
  color: #73b672;
}

.bkg-color-1,
.bkg-color-2 {
  color: #fff !important;
}
.bkg-color-1 a,
.bkg-color-1 a:visited,
.bkg-color-1 a:hover,
.bkg-color-1 a:active,
.bkg-color-2 a,
.bkg-color-2 a:visited,
.bkg-color-2 a:hover,
.bkg-color-2 a:active {
  color: #fff;
}
.bkg-color-1 .btn,
.bkg-color-2 .btn {
  color: #fff;
}

.intro-text {
  font-size: 14px;
  padding: 15px 20px;
}

/**** "Material Design" Button Animations *****/
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.card-button .ink {
  background: rgba(0, 0, 0, 0.3);
}

.animate {
  -webkit-animation: ripple 0.3s linear;
  -moz-animation: ripple 0.3s linear;
  -ms-animation: ripple 0.3s linear;
  -o-animation: ripple 0.3s linear;
  animation: ripple 0.3s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/**** BOOTSTRAP OVERWRITES *****/
.btn {
  position: relative;
  overflow: hidden;
  border: none;
  background-image: none;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 12px;
  text-shadow: none;
}
.btn.btn-flat {
  background: none;
  border: none;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.btn.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-error {
  color: #bd362f;
}
.btn.btn-error:hover,
.btn.btn-error:focus,
.btn.btn-error:active {
  color: #bd362f;
}
.btn.btn-mini {
  padding: 2px 6px;
}

.btn-error {
  color: #bd362f;
}
.btn-error:hover,
.btn-error:focus,
.btn-error:active {
  color: #bd362f;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:visited:hover {
  color: #fff;
}

.btn-round {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  height: 32px;
  width: 32px;
  padding: 10px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.btn-round.btn-small {
  box-sizing: content-box;
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
}

.nav-pills > li > a {
  border-radius: 0 !important;
}

.btn-primary {
  background-color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] .btn-primary.active {
  background-color: #11a8ab;
}

.btn-info {
  background-color: #11a8ab;
}

.prog-bar-cont {
  position: relative;
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 15px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  text-align: left;
}

#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  background-image: url('../images/page-loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

.prog-bar-cont span {
  position: absolute;
  font-size: 10px;
  line-height: 15px;
  height: 100%;
}

.prog-bar-cont .prog-bar {
  position: relative;
  background-color: #333;
  color: #fff;
  height: 100%;
  overflow: hidden;
}

.prog-bar-cont .total {
  right: 5px;
}

.prog-bar-cont .prog-bar .value {
  left: 5px;
}

.prog-bar-cont .prog-bar .percent {
  right: 5px;
  background: #333;
  padding-left: 10px;
}

.quest-container {
  margin-bottom: 10px !important;
}

.badge-container {
  margin-bottom: 5px;
  ---webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.badge-container .badge-text {
  font-weight: normal;
  font-size: 11px;
}

.badge-container .badge-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.enrolment-item .course-progress {
  font-size: 12px;
  color: #7b85a4;
  text-align: right;
  padding-right: 10px;
}

.btn-mini [class^='icon-'],
.btn-mini [class*=' icon-'] {
  margin-top: 0px;
}

/***** SIT STYLES *******/
input.placeholder,
textarea.placeholder {
  color: #aaa;
}

label.input-label {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

#header .navbar {
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding: 5px;
}

.loading {
  background: transparent url('../images/loading.gif') center center no-repeat;
  height: 20px;
}

.loading.loading-blue {
  background-image: url('../images/blue-loading.gif');
}

.loading.loading-long {
  background-image: url('../images/loading-long.gif');
}

/***** Heading styles for accessibility *****/
.heading-small {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.heading-small-bold {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}

.heading-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.heading-large {
  font-size: 17.5px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.heading-large-bold {
  font-size: 17.5px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding-bottom: 10px;
}

.last-updated-timestamp {
  margin-top: -8px;
  font-size: 12px;
}

.invisible-element {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 979px) {
  #content {
    padding-top: 0px !important;
  }
}
@media (min-width: 767px) {
  .modal.large {
    width: 80%;
    /* respsonsive width */
    margin-left: -40%;
    /* width/2) */
  }
}
.card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: white;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-in-out;
  transform: scale(1);
  overflow: hidden;
}
.card:hover {
  -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
}
.card.disabled {
  opacity: 0.5;
}
.card.disabled,
.card.card-flat {
  transform: scale(1);
}
.card.disabled:hover,
.card.card-flat:hover {
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.card h4 {
  font-weight: 400;
}
.card p {
  line-height: inherit !important;
}
.card .contents {
  padding: 15px 20px;
}
.card .section {
  border-bottom: 1px solid #eee;
  position: relative;
}
.card .section:last-child {
  border-bottom: 0;
}
.card .section h4 {
  margin: 4px 0;
}
.card .section .section-header {
  color: #888;
  padding: 8px 20px;
}
.card .section .section-header h4 {
  font-size: 16px;
}
.card .card-button {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  white-space: normal;
  text-overflow: ellipsis;
  padding-right: 40px;
  color: #666;
}
.card .card-button i {
  position: absolute;
  right: 20px;
}
.card .card-button i.fa-arrow-left {
  position: static;
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}
.card .card-button i.fa-arrow-right {
  top: 15px;
}
.card .card-button:hover {
  background-color: #f9f9f9;
  color: #000;
}
.card .card-button.gate-available {
  cursor: pointer;
}
.card .section:first-child {
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.card .section:last-child {
  -webkit-border-radius: 0 12px;
  -moz-border-radius: 0 12px;
  -ms-border-radius: 0 12px;
  border-radius: 0 12px;
}
.card form {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  div.span4 .card:first-child {
    margin-top: 15px;
  }
}

#header {
  color: #565656;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin: 0;
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.5);
}
#header .header-stripe {
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#header a {
  text-decoration: none;
  color: #565656;
}
#header a:hover {
  color: #444;
}
#header #header-org-logo {
  max-height: 40px;
  max-width: 120px;
  margin-top: -5px;
}
#header .header-link-text {
  font-size: 18px;
  margin-top: 17px;
  margin-left: 15px;
  display: inline-block;
  color: #565656;
}
#header .dropdown-menu {
  position: absolute;
  top: 50px;
  text-align: left;
  border: 0;
  border-radius: 0px;
  color: #aaa !important;
  padding: 20px;
  z-index: 9999999;
}
#header .dropdown-menu li {
  margin-bottom: 10px;
}
#header .dropdown-menu .header {
  margin-left: 20px;
}
#header .dropdown-menu a {
  color: #777 !important;
  text-decoration: none;
  font-size: 16px;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap;
  /* Newer versions of Chrome/Safari*/
  /*word-break: break-all;*/
  white-space: normal;
}
#header .dropdown-menu a i {
  color: #aaa;
  width: 30px;
}
#header .dropdown-menu a:hover {
  background: #e6e6e6;
}
#header .dropdown-menu .dropdown-menu-username {
  margin-bottom: 16px;
}
#header #menu-left {
  position: absolute;
  direction: ltr;
  left: 0;
}
#header #menu-left #hamburger-menu {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
#header #menu-left #hamburger-menu .hamburger-menu-close-icon {
  display: none;
}
#header #menu-left #hamburger-menu .dropdown-menu {
  right: inherit;
  left: 0;
  width: 240px;
  overflow-y: auto;
  top: 41px;
}
#header #menu-left #hamburger-menu.open .hamburger-menu-icon {
  display: none;
}
#header #menu-left #hamburger-menu.open .hamburger-menu-close-icon {
  display: inline-block;
}
#header #menu-right {
  position: absolute;
  direction: ltr;
  right: 14px;
  top: 8px;
  text-align: left;
}
#header #menu-right .menu-right-bell-icon {
  display: inline-block;
  position: relative;
}
#header #menu-right .menu-right-bell-icon .fa-bell {
  position: relative;
  top: 3px;
}
#header #menu-right .fa-chevron-down {
  position: relative;
  font-size: 18px;
  top: 5px;
  margin-left: 5px;
  margin-right: -21px;
}
#header #menu-right .dropdown-menu {
  right: 0;
  left: inherit;
  width: 240px;
  overflow-y: auto;
}
#header #menu-right .avatar {
  width: 40px;
  height: 40px;
  max-width: inherit;
  border-radius: 50%;
  background: #efefef;
}
#header.rtl {
  direction: rtl;
}
#header.rtl .dropdown-menu {
  text-align: right;
}
@media (max-width: 480px) {
  #header #menu-right .dropdown-menu,
  #header #menu-left #hamburger-menu .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 60px;
  }
}

#content {
  position: relative;
  margin-top: 60px;
  z-index: 10;
}
#content.stage-view {
  padding: 0;
  margin-top: 60px;
}

.banner {
  position: relative;
  width: 100%;
  padding: 0;
  height: 300px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 1028px) {
  .banner {
    min-height: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 1281px) {
  .banner {
    min-height: 240px;
    max-height: 240px;
  }
}

.banner-search {
  position: relative;
  width: 100%;
  padding: 0;
  height: 150px;
  background-color: #ffffff;
}
@media screen and (max-width: 1028px) {
  .banner-search {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 1281px) {
  .banner-search {
    min-height: 150px;
    max-height: 150px;
  }
}

.container {
  height: 100%;
}
.container > .title {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  padding: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .container > .title {
    position: relative;
    bottom: auto;
    margin-top: 85px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  display: none;
}
.banner-img,
.banner-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% + 60px);
  margin-inline-start: -60px;
}

.banner-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #dbdbdb;
}

.below-banner-cont .container {
  position: relative;
}

#popout-content {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
#popout-content .message-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
  padding: 10px;
  background-color: #fff;
}
#popout-content .message-item .message-left a {
  display: block;
  position: relative;
}
#popout-content .message-item .message-left a:after {
  content: '';
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('../images/comment_icon_background.svg');
}
#popout-content .message-item.twitter {
  background-color: #eff8ff;
  margin-left: 80px;
  margin-right: 80px;
}
#popout-content .message-item.twitter .message-left a:after {
  background-image: url('../images/twitter_icon_background.svg');
}
#popout-content .message-item.curatr {
  background-color: #3dc7f4;
  margin-left: 80px;
  margin-right: 0px;
}
#popout-content .message-item.curatr .message-left a:after {
  background-image: url('../images/curatr_icon_background.svg');
}
#popout-content .message-item.info {
  background-color: #fffde8;
  font-style: italic;
  font-family: monospace;
}
#popout-content .settings-panel {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #95badd;
}
#popout-content [type='checkbox']:not(:checked),
#popout-content [type='checkbox']:checked {
  position: absolute;
  left: -9999px;
}
#popout-content [type='checkbox']:not(:checked) + label,
#popout-content [type='checkbox']:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
#popout-content [type='checkbox']:not(:checked) + label:before,
#popout-content [type='checkbox']:checked + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
#popout-content [type='checkbox']:not(:checked) + label:after,
#popout-content [type='checkbox']:checked + label:after {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  transition: all 0.2s;
}
#popout-content .normal-check [type='checkbox']:checked + label:after {
  background-image: url('../images/check.svg');
}
#popout-content .twitter-check [type='checkbox']:checked + label:after {
  background-image: url('../images/check.svg');
}
#popout-content .comment-check [type='checkbox']:checked + label:after {
  background-image: url('../images/check.svg');
}
#popout-content .curatr-check [type='checkbox']:checked + label:after {
  top: 5px;
  background-image: url('../images/check.svg');
}
#popout-content [type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#popout-content [type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#popout-content [type='checkbox']:disabled:not(:checked) + label:before,
#popout-content [type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#popout-content [type='checkbox']:disabled:checked + label:after {
  color: #999;
}
#popout-content [type='checkbox']:disabled + label {
  color: #aaa;
}
#popout-content [type='checkbox']:checked:focus + label:before,
#popout-content [type='checkbox']:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
#popout-content label:hover:before {
  border: 1px solid #4778d9 !important;
}

.object-item-wrapper {
  position: relative;
}
.object-item-wrapper:hover .item-description {
  display: block;
}

.object-item {
  cursor: pointer;
}
.object-item .card {
  padding: 0px 6px;
  margin-bottom: 20px;
}
.object-item .card.complete {
  border-bottom: 0 !important;
}
.object-item .card.complete .xp {
  color: #73b672;
}
.object-item .card-button i {
  transition: all 0.1s ease-in-out;
  width: 16px;
  height: 16px;
  margin-top: 8px;
}
.object-item .card-button i.fa-upload,
.object-item .card-button i.fa-eye,
.object-item .card-button i.fa-comment,
.object-item .card-button i.fa-check,
.object-item .card-button i.fa-arrow-right,
.object-item .card-button i.fa-circle,
.object-item .card-button i.fa-pencil-square-o {
  border-radius: 100%;
  padding: 8px;
}
.object-item .card-button i.fa-upload,
.object-item .card-button i.fa-eye,
.object-item .card-button i.fa-comment,
.object-item .card-button i.fa-arrow-right,
.object-item .card-button i.fa-circle,
.object-item .card-button i.fa-pencil-square-o {
  color: #4077ed;
}
.object-item .card-button i.fa-check {
  color: #73b672;
}
.object-item .card-button i.fa-arrow-right {
  padding-left: 10px;
  padding-right: 6px;
}
.object-item .card-button i.fa-circle {
  font-size: 12px;
}
.object-item .card-button:hover {
  background-color: inherit;
}
.object-item .object-header {
  padding-left: 50px;
  border-bottom: 0px;
  min-height: 60px;
}
.object-item .object-header .object-resource-type {
  font-weight: normal;
  text-transform: uppercase;
  color: #aaa;
  font-size: 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 7px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 10px;
}
.object-item .object-header .object-title {
  vertical-align: middle;
}
.object-item .object-header .object-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: 5px;
  left: 10px;
}
.object-item .object-header .object-icon img {
  left: 0;
}
.object-item .object-header .card-button {
  height: auto;
  background: inherit;
  padding-right: 60px;
}
.object-item .item-progress {
  margin-top: 3px;
  font-size: 12px;
}
.object-item .item-progress .icons {
  display: none;
}
.object-item .item-description {
  margin-bottom: 5px;
}
.object-item .item-description .contents {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: #fafafa;
  padding: 8px 70px;
  font-size: 12px !important;
}
.object-item .item-description .contents *,
.object-item .item-description .contents p,
.object-item .item-description .contents h1,
.object-item .item-description .contents h2,
.object-item .item-description .contents h3,
.object-item .item-description .contents h4,
.object-item .item-description .contents h5,
.object-item .item-description .contents span {
  font-size: 14px !important;
  font-family: inherit !important;
}
.object-item .item-description .contents p:last-child {
  margin-bottom: 0;
}
.object-item .unread-comments-badge {
  background-color: #ca1b21;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  z-index: 20;
}
.object-item .unread-comments-badge.unread-comments {
  top: 10px;
  left: 38px;
}
.object-item .unread-comments-badge.bookmarked {
  top: 40px;
  left: 38px;
}

.course-item .course-description {
  cursor: default;
  padding: 15px 15px;
  margin-top: -30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px 2px 0px 0px;
  transition: all 0.1s ease-in-out;
}
.course-item .course-description .contents .item-description {
  font-size: 14px !important;
  color: #666 !important;
}
.course-item .course-description .contents .item-description *,
.course-item .course-description .contents .item-description p,
.course-item .course-description .contents .item-description h1,
.course-item .course-description .contents .item-description h2,
.course-item .course-description .contents .item-description h3,
.course-item .course-description .contents .item-description h4,
.course-item .course-description .contents .item-description h5,
.course-item .course-description .contents .item-description span {
  font-size: 14px !important;
  color: #666 !important;
  font-family: inherit !important;
}
.course-item .course-description .contents .item-description p:last-child {
  margin-bottom: 0;
}
.course-item .banner {
  margin-bottom: 0;
  height: 150px;
}
.course-item .banner.locked div {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.course-item .course-header {
  min-height: 100px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .course-item .course-header {
    min-height: 50px;
  }
}
.course-item .course-header .card-button {
  padding: 20px 60px 20px 15px;
}
.course-item .course-header .card-button i.fa {
  margin-top: -5px;
  color: #4077ed;
  border: 2px #4077ed solid;
  height: 16px;
  width: 16px;
  padding: 7px 7px 8px 8px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  box-sizing: content-box;
}
.course-item .course-header .card-button i.fa.fa-check {
  margin-top: -10px;
  color: #73b672;
  border-color: #73b672;
}
.course-item .course-header .card-button i.fa.fa-lock {
  margin-top: -10px;
  color: #ccc;
  border-color: #ccc;
}
.course-item:hover .level-buttons {
  display: block;
}
.course-item .level-buttons {
  display: none;
  padding: 12px 8px 4px 8px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0px 10px 12px -7px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: inset 0px 10px 12px -7px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0px 10px 12px -7px rgba(0, 0, 0, 0.01);
}
.course-item .level-buttons .lg-buttons {
  border-right: 1px solid #ccc;
  padding-bottom: 3px;
  margin-right: 10px;
}
.course-item .level-buttons .lg-buttons:last-child {
  border-right: none;
}
.course-item .level-buttons .lg-buttons a {
  font-size: 11px;
  padding-left: 5px;
  padding-right: 7px;
  line-height: 18px;
}
.course-item .level-buttons .levels-label {
  margin: 0 8px;
}
.course-item .level-buttons a {
  position: relative;
  color: #888;
  border: 2px #4077ed solid;
  margin: 0 8px 8px 0;
  height: 14px;
  width: 14px;
  padding: 4px 6px 8px 6px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
}
.course-item .level-buttons a.complete {
  color: #888;
  border: 2px #73b672 solid;
}
.course-item .level-buttons a.complete i {
  color: #888;
}
.course-item .level-buttons a.current {
  border: 2px #4077ed solid;
  color: #888;
}
.course-item .level-buttons a.locked {
  color: #888;
  opacity: 0.3;
  cursor: not-allowed;
}
.course-item .level-buttons a.complete i,
.course-item .level-buttons a.locked i {
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  font-size: 14px;
  width: 14px;
  display: inline-block;
  text-align: center;
}
.course-item .level-buttons a:active,
.course-item .level-buttons a:visited {
  text-decoration: none;
}
.course-item .level-buttons a:hover {
  -moz-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.course-item .level-buttons a:hover.complete,
.course-item .level-buttons a:hover.locked {
  color: transparent;
}
.course-item .level-buttons a:hover.complete i,
.course-item .level-buttons a:hover.locked i {
  color: #888;
  opacity: 1;
}

.banner-list .course-banner-container {
  margin-bottom: 20px;
  max-height: 300px;
  overflow: hidden;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .banner-list .course-banner-container {
    display: none;
  }
}
.banner-list .course-banner-container .course-banner-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #dbdbdb;
  width: 100%;
  padding-bottom: 15.62%;
  z-index: 111;
  position: relative;
}
.banner-list .course-banner-container.course-banner-container--centered {
  border-radius: 12px;
  overflow: hidden;
  margin: 20px auto;
}
.banner-list
  .course-banner-container.course-banner-container--centered
  .course-banner-img {
  padding-bottom: 19.66%;
}
.banner-list .banner .container {
  position: relative;
}
.banner-list .banner .container .xp-totals {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px;
  font-size: 25px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
}
@media screen and (max-width: 767px) {
  .banner-list .banner .container .xp-totals {
    position: relative;
    float: left;
    right: auto;
    top: auto;
    font-size: 20px;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.banner-list.course-stage .banner {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .banner-list.course-stage .banner {
    height: auto;
  }
}
.banner-list.course-stage .description {
  font-size: 16px;
  background-color: #fff;
  margin: 5px;
  padding: 10px;
}
.banner-list.level-stage {
  position: relative;
}
.banner-list.level-stage .course-banner-container .course-banner-img {
  background-position: top center;
}
.banner-list.level-stage .banner {
  position: relative;
  height: 300px;
}
.banner-list.level-stage .banner .banner-img {
  background-position: center;
}
.banner-list.level-stage .description {
  font-size: 16px;
  background-color: #fff;
  margin: 5px;
  padding: 10px;
}
.banner-list .course-progress,
.banner-list .level-progress {
  position: relative;
}
.banner-list .course-progress {
  margin: 10px 0 20px 0;
  text-align: center;
}
.banner-list .level-progress {
  margin: 20px 0px;
}
.banner-list .level-progress > .info {
  font-size: 12px;
  font-weight: bold;
}
.banner-list .level-progress .progress-cont {
  position: relative;
  height: 8px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4px;
}
.banner-list .gate-container .gate-item .card {
  padding: 8px;
}
.banner-list .gate-container .gate-item .card-button:hover {
  background-color: inherit;
}
.banner-list .gate-container .gate-item .fa {
  margin-top: -9px;
  margin-right: 0px;
}

@media (max-width: 767px) {
  #popout-cont {
    display: none;
  }

  .banner .container > .title {
    padding: 10px;
    margin-top: 50px;
    font-size: 20px;
  }
}
.progress-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  border: 2px solid #eee;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #4077ed;
}
.progress-bar.complete {
  background-color: #73b672;
}

#ov-cont #ov #comments-col {
  margin-left: -3.5%;
  padding: 0 5px;
}

#ov-comments {
  background: #f2f2f2;
}
#ov-comments #comment-textarea {
  margin-top: 20px;
}

#ov-comment-dragger {
  z-index: 1000;
}
#ov-comment-dragger #toggleComments,
#ov-comment-dragger #minMaxComments {
  z-index: 1001;
}

#ov-cont .status-icons .icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: white;
  height: 12px;
  width: 12px;
  line-height: 12px;
  padding: 6px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
#ov-cont .status-icons .check {
  color: #73b672;
}
#ov-cont #ov {
  position: fixed;
  z-index: 1300;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -moz-box-shadow: 0px 2px 40px 2px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 2px 40px 2px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 40px 2px rgba(0, 0, 0, 0.9);
}
#ov-cont #ov .show-replyform-btn,
#ov-cont #ov .filter-btn,
#ov-cont #ov .report-btn,
#ov-cont #ov .edit-comment-btn {
  background: #fff;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 4px;
  margin-left: -3px;
  border: 1px solid #eee;
  min-height: 20px;
}
@media screen and (max-width: 767px) {
  #ov-cont #ov {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#ov-cont #ov .thread-count {
  font-size: 10px;
}
#ov-cont #ov #obj-nudge,
#ov-cont #ov .manager-sign-off-prompt {
  pointer-events: none;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  animation-duration: 2s;
  animation-delay: 1s;
}
#ov-cont #ov #obj-nudge div,
#ov-cont #ov .manager-sign-off-prompt div {
  display: inline-block;
  margin-left: 10px;
}
#ov-cont #ov #ov-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 205;
}
#ov-cont #ov #ov-header {
  position: relative;
  margin: 0;
  padding: 0 8px;
  z-index: 215;
  background: #888;
  color: #fff;
}
#ov-cont #ov #ov-header #ov-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  min-height: 36px;
}
#ov-cont #ov #ov-header #ov-title #ov-title-text {
  margin-right: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 0;
}
#ov-cont #ov #ov-header #ov-title #ov-actions {
  position: absolute;
  right: 5px;
  top: 0px;
  text-align: right;
  direction: ltr;
}
#ov-cont #ov #ov-header #ov-title #ov-status-icons {
  display: none;
}
#ov-cont #ov #ov-layout-bottom #ov-iframe {
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  height: 35%;
  z-index: 1;
}
#ov-cont #ov #ov-layout-bottom #ov-iframe iframe {
  background: #fff;
  border: 0;
  width: 100%;
  height: 100%;
}
#ov-cont #ov #ov-layout-right {
  position: relative;
}
#ov-cont #ov #ov-layout-right #ov-iframe {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  background: #fff;
  left: 0;
  right: 300px;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1028px) {
  #ov-cont #ov #ov-layout-right #ov-iframe {
    right: 350px;
  }
}
@media screen and (min-width: 1280px) {
  #ov-cont #ov #ov-layout-right #ov-iframe {
    right: 400px;
  }
}
@media screen and (min-width: 1480px) {
  #ov-cont #ov #ov-layout-right #ov-iframe {
    right: 30%;
  }
}
#ov-cont #ov #ov-layout-right #ov-iframe iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
#ov-cont #ov #ov-layout-right #discussion-point {
  position: relative;
  cursor: pointer;
}
#ov-cont #ov #ov-layout-right #discussion-point .maximise {
  display: none;
}
#ov-cont #ov #ov-layout-right #discussion-point.minimised {
  overflow: hidden;
  display: block;
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 25px;
}
#ov-cont #ov #ov-layout-right #discussion-point.minimised br {
  display: none;
}
#ov-cont #ov #ov-layout-right #ov-comments-column {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #e6e6e6;
  overflow: auto;
}
@media screen and (min-width: 1028px) {
  #ov-cont #ov #ov-layout-right #ov-comments-column {
    width: 350px;
  }
}
@media screen and (min-width: 1280px) {
  #ov-cont #ov #ov-layout-right #ov-comments-column {
    width: 400px;
  }
}
@media screen and (min-width: 1480px) {
  #ov-cont #ov #ov-layout-right #ov-comments-column {
    width: 30%;
  }
}
#ov-cont #ov #ov-layout-right #ov-comments-column #comments-col {
  margin-left: 0;
  padding: 0;
}
#ov-cont #ov #ov-layout-right #ov-comments-column .discussion-cont,
#ov-cont #ov #ov-layout-right #ov-comments-column #the-comments {
  padding: 0px 8px 0 8px;
}
#ov-cont #ov #ov-layout-right #ov-comments-column #comment-textarea {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ov-cont #ov #ov-layout-right #ov-comments-column .comment-form {
  margin-bottom: 8px;
}
#ov-cont #ov #ov-layout-right #ov-comments-column .card {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ov-cont #ov #ov-layout-right #group-select-filter-tubby-container,
#ov-cont #ov #ov-layout-right #comment-sort-filter-tubby-container {
  background: #d6d3d9 !important;
  cursor: pointer;
  min-width: 50px !important;
}
#ov-cont #ov #ov-layout-right #group-select-filter-tubby-container:hover,
#ov-cont #ov #ov-layout-right #comment-sort-filter-tubby-container:hover {
  background: #c6c3c8 !important;
}
#ov-cont #ov #ov-layout-right #group-select-filter-tubby-container .tubb-name,
#ov-cont #ov #ov-layout-right #comment-sort-filter-tubby-container .tubb-name {
  font-size: 10px;
  color: #444;
}
#ov-cont
  #ov
  #ov-layout-right
  #group-select-filter-tubby-container
  .tubb-dropdown-btn,
#ov-cont
  #ov
  #ov-layout-right
  #comment-sort-filter-tubby-container
  .tubb-dropdown-btn {
  font-size: 14px;
  color: #444;
  border-left: 0px solid #c0bdc2;
}
#ov-cont
  #ov
  #ov-layout-right
  #group-select-filter-tubby-container
  .tubb-dropdown-btn
  i,
#ov-cont
  #ov
  #ov-layout-right
  #comment-sort-filter-tubby-container
  .tubb-dropdown-btn
  i {
  padding-top: 5px;
}
#ov-cont
  #ov
  #ov-layout-right
  #group-select-filter-tubby-container
  .tubb-dropdown-btn:hover,
#ov-cont
  #ov
  #ov-layout-right
  #comment-sort-filter-tubby-container
  .tubb-dropdown-btn:hover {
  border-left: 0px solid #aca9ae;
}
#ov-cont #ov #ov-content {
  position: relative;
  z-index: 215;
  overflow-y: hidden;
}
#ov-cont #ov #ov-content #ov-iframe-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: url('../images/alpha_stripes.png');
  background-repeat: repeat;
}

body.is-ios #ov-iframe {
  overflow: auto;
}

@media (max-width: 768px) {
  .hidden-phone {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  #ov-comments-cont.comments-off {
    display: none;
  }
}
@media (max-width: 769px) {
  #ov-cont #ov #comments-col {
    margin-left: 0px;
  }

  #ov-comments-cont.comments-off {
    display: none;
  }

  #ov #discussion-bk {
    display: none;
  }

  #ov-comments #discussion-span {
    min-height: 0;
  }

  #ov-iframe {
    width: 100%;
    height: 100%;
  }

  #ov-cont #ov #ov-header {
    padding: 0 4px;
  }
  #ov-cont #ov #ov-header #ov-title #ov-title-text {
    margin-right: 100px;
    max-height: 40px;
  }
  #ov-cont #ov #ov-header #ov-title #ov-actions {
    width: 100px;
  }
  #ov-cont #ov #ov-header #ov-title #ov-actions #ov-status-icons {
    display: none;
  }
  #ov-cont #ov #ov-header #ov-title #ov-actions .btn-round {
    padding: 5px;
  }

  #ov-comment-dragger #dragger-button-cont .dragger-btn {
    min-width: 34px;
  }

  #obj-nudge div,
  .manager-sign-off-prompt div {
    text-align: left;
    font-size: 12px;
  }

  #ov-comments #the-comments {
    padding-left: 0;
    padding-right: 0;
  }

  #ov-content {
    overflow: auto;
    height: 200%;
  }

  #ov-cont #ov {
    overflow: auto;
  }
  #ov-cont #ov #ov-background {
    background: #e6e6e6;
  }
  #ov-cont #ov #ov-layout-right {
    position: static;
  }
  #ov-cont #ov #ov-layout-right #ov-iframe {
    position: static;
    height: inherit;
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #ov-cont #ov #ov-layout-right #ov-comments-column {
    position: static;
    width: 100%;
    padding: 0px;
    min-height: 280px;
  }
  #ov-cont #ov #ov-layout-right #ov-comments-column #the-comments {
    padding: 4px;
  }
  #ov-cont #ov #ov-layout-right #comment-filters-cont {
    margin-bottom: 5px;
  }
  #ov-cont
    #ov
    #ov-layout-right
    #comment-filters-cont
    #group-select-filter-tubby-container,
  #ov-cont
    #ov
    #ov-layout-right
    #comment-filters-cont
    #comment-sort-filter-tubby-container {
    width: 49% !important;
    min-width: 50px !important;
  }
}
.notification-list .comment {
  border-top: 1px solid #eee;
  padding: 8px 0 0 0;
}
.notification-list .comment .img-circle {
  width: 28px;
  height: 28px;
}
.notification-list .comment .comment-user {
  float: left;
  width: 28px;
  text-align: center;
  padding: 3px 8px 5px 3px;
}
.notification-list .comment .users-name,
.notification-list .comment .time {
  font-size: 10px;
}
.notification-list .comment .time {
  color: #ccc;
}
.notification-list .comment .comment-info .btn {
  color: #4077ed;
}

.comments {
  word-wrap: break-word;
  margin-top: 10px;
}
.comments .comment-cont {
  display: block;
}
.comments .comment-cont .comment.tutor {
  background-color: #fffbea;
}
.comments .comment-cont .comment.tutor .fa-star {
  color: #c8c8c8;
  padding: 7px;
  background: white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: block;
}
.comments .comment-cont a.filter-btn.voted {
  font-weight: bold;
  background: #eee;
}
.comments .comment-cont a.filter-btn.active {
  padding: 2px 4px;
  text-decoration: none;
}
.comments .comment-cont .filter-cont {
  display: none;
  padding: 3px 0;
  background: inherit !important;
}
.comments .comment-cont .filter-cont .filter {
  background: #eee;
  color: #444;
  padding: 2px 8px;
  margin-right: 3px;
  float: left;
  padding: 0 5px 0 5px;
  cursor: pointer;
  font-size: 12px;
}
.comments .comment-cont .filter-cont .filter:hover,
.comments .comment-cont .filter-cont .filter.active {
  background-color: #dadada !important;
  color: #000;
}
.comments .comment-cont .comment-user {
  float: left;
  width: 28px;
  text-align: center;
  padding-top: 3px;
  padding-left: 3px;
}
.comments .comment-cont .comment-info {
  margin-left: 38px;
  overflow: hidden;
}
.comments .comment-cont .comment-info .comment-details {
  font-size: 11px;
  padding-left: 20px;
  color: #bbb;
}
.comments .comment-cont .comment-info .users-name {
  font-weight: bold;
  font-size: 12px;
}
.comments .comment-cont .comment-info .edited {
  color: #aaa;
  font-size: 9px;
}
.comments .comment-cont .comment-actions {
  background: #f9f9f9;
  border-radius: 0 0 3px 3px;
  padding: 2px 8px;
  margin: 0px 0 5px 0;
  font-size: 11px;
}
.comments .comment-cont .comment-actions .toggle-replies-btn {
  margin-left: 4px;
  font-size: 14px;
  color: #ccc;
}
.comments .comment-cont .comment-actions .time {
  float: right;
  font-size: 9px;
}
.comments .comment-cont .comment-actions .time a {
  color: #6b70cc !important;
}
.comments .comment-cont .reply-cont .edit-form,
.comments .comment-cont .reply-cont .reply-form {
  display: none;
  padding: 6px 8px;
  background: #f3f3f3;
  border-radius: 3px;
}
.comments .comment-cont .reply-cont .edit-form textarea,
.comments .comment-cont .reply-cont .reply-form textarea {
  margin-bottom: 4px;
}
.comments .comment-cont .reply-cont .edit-form .submit-reply,
.comments .comment-cont .reply-cont .reply-form .submit-reply {
  float: right;
}
.comments .comment-cont .img-circle {
  width: 28px;
  height: 28px;
}
.comments .comment-cont .replies {
  margin-left: 10px;
}
.comments .comment-cont .replies .users-name {
  font-size: 10px;
}
.comments .comment-cont .replies .img-circle {
  width: 23px;
  height: 23px;
}
.comments .comment-cont:last-child {
  border: none;
}
.comments .comment-cont .comment-preview {
  font-weight: normal;
  padding-right: 10px;
}
.comments .comment-cont .comment-title {
  color: #7b85a4;
  font-size: 12px;
}
.comments .comment-cont .comment-date {
  color: #7b85a4;
  font-size: 10px;
  font-weight: bold;
}
.comments .comment-cont .replied-to-name {
  color: #888;
}
.comments .comment-cont .comment {
  padding: 6px 8px;
  border-radius: 3px 3px 0 0;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
}
.comments .comment-cont .replies {
  padding: 0px;
}
.comments .comment-cont .replies .comment {
  border-top: 1px solid #eee !important;
}
.comments .comment-cont .replies .comment-cont {
  padding: 0px;
  margin: 0px;
}

#ov-comments {
  position: relative;
  overflow-y: scroll;
}
#ov-comments #discussion-col {
  padding: 0 15px;
}
#ov-comments .comment-actions [class*='span'] {
  min-height: 0;
}
#ov-comments .sort-btn {
  cursor: pointer;
}
#ov-comments #comment-filters-cont {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#ov-comments .sorting {
  text-align: right;
}
#ov-comments .sort-btn.active {
  font-weight: bold;
}
#ov-comments .comment-form textarea {
  height: 120px;
}
#ov-comments .comments {
  margin: 0 0 10px 0;
}
#ov-comments .filter-btn {
  padding: 0 4px 6px 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}

#notif-module {
  position: absolute;
  top: 50px;
  right: 5px;
  z-index: 1111;
}
#notif-module .notif-list .notif-view {
  padding: 10px;
  color: #fff;
  background-color: #5b6e95;
  border: 1px solid #fff;
  border-top: none;
  cursor: pointer;
}
#notif-module .notif-list .notif-view:hover {
  background-color: #50597b;
}
#notif-module .notif-list .notif-view:first-child {
  --webkit-border-top-left-radius: 5px;
  --webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #fff;
}
#notif-module .notif-list .notif-view:last-child {
  --webkit-border-bottom-left-radius: 5px;
  --webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#notif-module .notif-list .notif-view .notif-main {
  margin-left: 60px;
}
#notif-module .notif-list .notif-view .title {
  font-size: 14px;
  font-weight: bold;
}
#notif-module .notif-list .notif-view .text {
  font-size: 11px;
}

#popout {
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 753px;
  z-index: 90;
  left: -760px;
}
#popout.open {
  left: 0;
}
@media screen and (max-width: 809px) {
  #popout.open {
    width: auto;
    left: 0;
    right: 42px;
  }
}
#popout #popout-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: none;
  left: 0;
}
#popout .scrollable-y {
  overflow-y: auto;
  max-height: 480px;
}
#popout #popout-content {
  position: absolute;
  top: 42px;
  bottom: 0;
  width: 100%;
}
#popout #popout-content .inner {
  padding: 20px;
}
#popout #popout-content .inner > .card {
  -moz-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.8);
}
#popout #popout-content .inner > .card.scrollable {
  overflow-y: auto;
}
#popout #popout-lapel {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  width: 7px;
}
#popout #popout-lapel #popout-lapel-btns {
  position: absolute;
  left: 0px;
  top: 70px;
}
#popout #popout-lapel #popout-lapel-btns .popout-lapel-btn {
  position: relative;
  height: 0;
  padding-top: 35px;
  margin: 4px 4px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  overflow: inherit;
}
#popout #popout-lapel #popout-lapel-btns .popout-lapel-btn .lapel-btn-pill {
  position: absolute;
  background-color: #ca1b21;
  top: -4.375px;
  right: -4.375px;
  border-width: 1px;
  border-style: solid;
  font-size: 8.75px;
  text-align: center;
  line-height: 17.5px;
  width: 17.5px;
  -webkit-border-radius: 8.75px;
  -moz-border-radius: 8.75px;
  -ms-border-radius: 8.75px;
  border-radius: 8.75px;
}
#popout #popout-lapel #popout-lapel-btns .popout-lapel-btn#popout-info-bt {
  background-image: url('../images/course/popout/lapel-info.png');
}
#popout #popout-lapel #popout-lapel-btns .popout-lapel-btn#popout-lb-bt {
  background-image: url('../images/course/popout/lapel-trophy.png');
}
#popout #popout-lapel #popout-lapel-btns .popout-lapel-btn#popout-chat-bt {
  background-image: url('../images/course/popout/lapel-chat.png');
}
#popout.open .popout-lapel-btn.selected {
  background-image: url('../images/course/popout/lapel-close.png') !important;
}

#modal_cont {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
}
#modal_cont #modal-all {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
}
#modal_cont #modal-all #modal-bk {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  filter: alpha(opacity=30);
  cursor: pointer;
}
#modal_cont #modal-all #modal {
  position: absolute;
  left: calc(50% - 240px);
  top: 20%;
  width: 480px;
  line-height: 18px;
  background: #fff;
}
@media (max-width: 767px) {
  #modal_cont #modal-all #modal {
    left: 5%;
    width: 90%;
    top: 10%;
  }
}
#modal_cont #modal-all #modal .title {
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
#modal_cont #modal-all #modal .content {
  padding: 20px;
  font-weight: normal;
}
#modal_cont #modal-all #modal #modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.gate-contribution-description {
  cursor: default;
  padding: 15px 15px;
  margin-top: -30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px 2px 0px 0px;
  transition: all 0.1s ease-in-out;
}
.gate-contribution-description .contents .item-description {
  font-size: 14px !important;
  color: #666 !important;
}
.gate-contribution-description .contents .item-description *,
.gate-contribution-description .contents .item-description p,
.gate-contribution-description .contents .item-description h1,
.gate-contribution-description .contents .item-description h2,
.gate-contribution-description .contents .item-description h3,
.gate-contribution-description .contents .item-description h4,
.gate-contribution-description .contents .item-description h5,
.gate-contribution-description .contents .item-description span {
  font-size: 14px !important;
  color: #666 !important;
  font-family: inherit !important;
}
.gate-contribution-description .contents .item-description p:last-child {
  margin-bottom: 0;
}

.gate-contribution-item .card-button i {
  margin-top: -8px;
}

.gate-item i {
  transition: all 0.1s ease-in-out;
  width: 16px;
  height: 16px;
}
.gate-item i.fa-lock,
.gate-item i.fa-check,
.gate-item i.fa-arrow-right {
  padding: 8px;
}
.gate-item i.fa-arrow-right {
  color: #4077ed;
  padding-left: 10px;
  padding-right: 6px;
}
.gate-item i.fa-check {
  color: #73b672;
}
.gate-item i.fa-lock {
  color: #888;
  padding-left: 11px;
  padding-right: 5px;
}
.gate-item:hover {
  background-color: inherit;
}

.gate-type-1 .gate-question .comment-user,
.gate-type-1 .gate-peer-responses .comment-user,
.gate-highlight .comment-user {
  height: 32px;
  width: 32px;
}

.gate-type-1 .gate-response {
  padding: 10px;
}

.gate-type-3 .options {
  padding: 5px;
}

.gate-type-3 .options.error {
  background-color: #f2dede;
}

.gate-type-3 .options .option {
  padding: 5px;
}

.gate-cont .comment-cont {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gate-cont .comment-cont .comment-date {
  font-weight: normal;
}

.question-scroller {
  margin: 10px 0 20px;
  padding: 19px;
  max-height: 300px;
  overflow-y: scroll;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#print-cont .question-scroller {
  max-height: 100px;
}

.user-answers {
  margin: 10px 0;
}
.user-answers .user-answer {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
.user-answers .user-answer .title {
  font-size: 14px;
  margin-bottom: 20px;
}
.user-answers .user-answer .answer h5 {
  margin-top: 0;
}

#the-stage-cont {
  position: relative;
  padding: 0;
}
#the-stage-cont a.dropdown-toggle,
#the-stage-cont .dropdown-menu a,
#the-stage-cont .btn {
  text-decoration: none;
}
#the-stage-cont #the-stage {
  position: relative;
}
#the-stage-cont #the-stage.absolute-stage {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}
#the-stage-cont #the-stage #canvas {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}
#the-stage-cont #the-stage object#canvas {
  display: block;
}

#gamebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  z-index: 110;
  border-top: 1px solid #fff;
}
#gamebar #game-progress {
  background: #ccc;
  height: 10px;
}
#gamebar #game-progress .progress-bar {
  height: 10px;
  width: 50%;
}
#gamebar #gameinfo-cont #game-level {
  text-indent: 42px;
  float: left;
  width: 50%;
  cursor: pointer;
}
#gamebar #gameinfo-cont #game-info {
  float: right;
  width: 50%;
  text-align: right;
}
#gamebar #gameinfo-cont #game-info #game-info-text {
  padding-right: 15px;
}
#gamebar a.gate-btn {
  width: 200%;
  line-height: 50px;
  float: right;
  border-top: 1px solid #50597b;
  display: block;
  background-color: #4fc4f6;
  background-color: rgba(79, 196, 246, 0.6);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#gamebar a.gate-btn:hover {
  background-color: #11a8ab;
  text-decoration: none;
}

#tooltip {
  padding: 5px 7px;
  background-color: #163f54;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 300px;
}

.user-profile-bio {
  text-align: center;
  margin-top: 30px;
}
.user-profile-bio .user-profile-bio-avatar {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.user-profile-bio .user-profile-bio-name {
  margin-top: 0;
  font-weight: 200;
  font-size: 16px;
  color: #888;
}

.user-profile-nav {
  text-align: center;
  margin: 0 0 20px 0;
}
.user-profile-nav .user-profile-nav-btn {
  background: white;
  border-radius: 24px;
  padding: 6px 15px;
  margin: 0 5px;
  min-width: 80px;
  display: inline-block;
  color: #888;
  font-size: 12px;
}
.user-profile-nav .user-profile-nav-btn:hover {
  background: #f8f8f8;
  color: #444;
  text-decoration: none;
}
.user-profile-nav .user-profile-nav-btn.user-profile-nav-btn--active {
  background: #ddd;
  font-weight: bold;
}

/* Generic for the profile
*************************************************************/
.profile-contents {
  margin-bottom: 20px;
}
.profile-contents .profile-contents-edit-button {
  margin-top: 15px;
  margin-right: 15px;
  z-index: 10;
  font-size: 16px;
  float: right;
  color: #888;
}
[dir='rtl'] .profile-contents .profile-contents-edit-button {
  margin-right: 0;
  margin-left: 15px;
  float: left;
}
.profile-contents .contents .profile-contents-icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #e0e0e0;
}
.profile-contents
  .contents
  .profile-contents-icon-wrapper
  .profile-contents-icon {
  font-size: 30px;
  margin-top: 15px;
  color: #fff;
}
.profile-contents .contents .profile-contents-section-info {
  position: relative;
  margin-left: 90px;
}
.profile-contents .contents .profile-contents-section-info h2 {
  font-size: 12px;
  color: #999;
}
.profile-contents .contents .profile-contents-section-info p {
  color: #666;
  font-size: 16px;
}
[dir='rtl'] .profile-contents .contents .profile-contents-section-info {
  margin-left: 0;
  margin-right: 90px;
}
.profile-contents #comment-list {
  margin-top: 20px;
}
.profile-contents #comment-list .comment-cont {
  margin-bottom: 15px;
}
.profile-contents #comment-list .comment-cont .users-name {
  font-size: 12px;
}
.profile-contents #comment-list .comment-cont .comment-details {
  display: none;
}
.profile-contents #comment-list .comment-cont .comment-preview {
  font-size: 12px;
  color: inherit;
}
.profile-contents #comment-list .comment-cont .img-circle {
  height: 32px;
  width: 32px;
}
.profile-contents #comment-list .comment-cont .comment-info {
  margin-left: 40px;
}

.profile-view {
  /* Settings
  ************************************************************/
  /* Badgeboard
  ***************************************************************/
  /* Skills
  **************************************************************/
  /* Course listing
  ***************************************************************/
  /* Experience
  **************************************************************/
  /* Timeline
  ***************************************************************/
  /* Completed
  ***************************************************************/
  /* Feedback
  ***************************************************************/
  /* Learning stream
  **************************************************************/
  /* Typeahead */
}
.profile-view #user-info .user-image {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.profile-view #user-info .user-name {
  margin-left: 10px;
  font-size: 16px;
}
.profile-view .banner .container {
  height: 300px;
  position: relative;
}
.profile-view .profile-banner {
  padding-bottom: 10px;
}
.profile-view .profile-banner .profile-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile-view .profile-banner .profile-header {
    text-align: center;
  }
}
.profile-view .profile-banner .profile-header .profile-banner-avatar {
  text-align: center;
  display: none;
}
.profile-view .profile-banner .profile-header .profile-banner-avatar img {
  max-width: 100%;
  max-height: 100px;
}
.profile-view
  .profile-banner
  .profile-header
  .profile-banner-info
  .profile-name {
  margin-top: 20px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 767px) {
  .profile-view
    .profile-banner
    .profile-header
    .profile-banner-info
    .profile-name {
    float: none;
  }
}
.profile-view
  .profile-banner
  .profile-header
  .profile-banner-info
  .profile-bio {
  width: auto;
  float: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .profile-view
    .profile-banner
    .profile-header
    .profile-banner-info
    .profile-bio {
    float: none;
  }
}
.profile-view .below-banner-cont {
  padding-bottom: 0;
}
.profile-view .profile-header img {
  border-width: 5px;
  border-style: solid;
}
.profile-view .profile-header-details {
  float: left;
}
.profile-view .profile-nav {
  margin: 0;
  text-align: right;
}
.profile-view .profile-nav > li {
  float: none;
  display: inline-block;
}
.profile-view .profile-nav > li a {
  margin: 0;
}
.profile-view .profile-section {
  margin-bottom: 40px;
}
.profile-view .profile-form {
  margin-top: 20px;
}
.profile-view .summary-endorsement {
  margin-bottom: 10px;
}
.profile-view .bordered-button {
  float: left;
  min-width: 200px;
  text-align: center;
  margin: 0 10px 10px 0;
}
.profile-view .profile-settings {
  padding: 20px;
  text-align: left;
}
.profile-view .profile-left {
  float: right;
  min-width: 220px;
}
.profile-view .settings-button {
  cursor: pointer;
}
.profile-view .badgeboard-item {
  float: left;
  margin: 5px;
}
.profile-view .skills-tag {
  padding: 6px 25px;
  margin: 6px;
  float: left;
  border-radius: 20px;
  background: #f4f4f4;
}
.profile-view #course-list.row-fluid [class*='span'] {
  margin-left: 0;
}
.profile-view #course-list a:hover {
  text-decoration: none;
}
.profile-view .experience {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 10px;
}
.profile-view .navbar-form.filter-timeline .form-group {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .profile-view .navbar-form.filter-timeline .form-group {
    display: block;
    margin-bottom: 10px;
  }
  .profile-view .navbar-form.filter-timeline .form-group select,
  .profile-view .navbar-form.filter-timeline .form-group inout {
    width: 100%;
  }
}
.profile-view .navbar-form.filter-timeline .form-group label,
.profile-view .navbar-form.filter-timeline .form-group select,
.profile-view .navbar-form.filter-timeline .form-group input {
  margin-top: 0;
  display: inline-block;
}
.profile-view .navbar-form.filter-timeline .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-right: 5px;
  font-weight: 700;
}
.profile-view .navbar-form.filter-timeline .form-group .radio-inline,
.profile-view .navbar-form.filter-timeline .form-group .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.profile-view .navbar-form.filter-timeline .form-group input[type='radio'],
.profile-view .navbar-form.filter-timeline .form-group input[type='checkbox'] {
  margin: 4px 0px 0px;
  line-height: normal;
}
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .radio
  input[type='radio'],
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .radio-inline
  input[type='radio'],
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .checkbox
  input[type='checkbox'],
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .checkbox-inline
  input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
}
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .radio-inline
  + .radio-inline,
.profile-view
  .navbar-form.filter-timeline
  .form-group
  .checkbox-inline
  + .checkbox-inline {
  margin-top: 0px;
  margin-left: 10px;
}
.profile-view .sorting-filter {
  margin: 10px 0;
}
.profile-view .timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.profile-view .timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: '';
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
.profile-view .timeline .time-layer {
  margin-right: -40px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.profile-view .timeline h3.timeline-title {
  margin: 0;
  color: #c8ccd7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.profile-view .timeline .timeline-layer .panel .panel-heading h1 i {
  width: 18px;
  text-align: center;
}
.profile-view .timeline .timeline-item:before,
.profile-view .timeline .timeline-item.left:after {
  content: '';
  display: block;
  width: 50%;
}
.profile-view .timeline .timeline-item {
  display: table-row;
}
.profile-view .timeline .timeline-layer {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.profile-view .timeline .timeline-layer h1 {
  font-size: 16px;
  margin: 0 0 5px;
}
.profile-view .timeline .timeline-layer .panel {
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px 10px;
}
.profile-view .timeline .timeline-item .timeline-layer .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right-width: 8px;
  border-right-style: solid;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.profile-view .timeline .timeline-item.left .timeline-layer .arrow-left {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left-width: 8px;
  border-left-style: solid;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}
.profile-view .timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
  background: #bdc3c7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #f9f9f9;
}
.profile-view .timeline .timeline-icon i {
  margin-top: 9px;
}
.profile-view .timeline .timeline-item.left .timeline-icon {
  left: auto;
  right: -60px;
}
.profile-view .timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.profile-view .timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none;
}
.profile-view .timeline .timeline-item.left .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}
.profile-view .timeline .timeline-item.left:before {
  display: none;
}
.profile-view .timeline .timeline-layer p {
  font-size: 13px;
  margin: 5px 0;
}
.profile-view .timeline .timeline-layer .album {
  margin-top: 20px;
}
.profile-view .timeline .timeline-item.left .timeline-layer .album {
  margin-top: 20px;
  float: right;
}
.profile-view .timeline .timeline-layer .notification {
  background: #f9f9f9;
  margin-top: 20px;
  padding: 4px;
}
.profile-view .timeline .timeline-item.left .panel {
  margin-left: 0;
  margin-right: 45px;
}
.profile-view .timeline .timeline-item.left h1,
.profile-view .timeline .timeline-item.left p {
  text-align: right;
}
.profile-view .timeline p.timeline-string:first-letter {
  text-transform: capitalize;
}
.profile-view .data-item {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
.profile-view .data-item p {
  margin: 0;
  padding: 0 0 10px 0;
}
.profile-view p.title {
  font-weight: bold;
}
.profile-view .item-body {
  margin-left: 75px;
  width: 80%;
  margin-right: 0;
}
.profile-view h3.feedback-title {
  margin-bottom: 30px;
}
.profile-view article.feedback-item {
  margin: 0;
}
.profile-view .feedback-item {
  position: relative;
  margin: 0;
  padding-bottom: 40px;
}
.profile-view .feedback-item:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  border-left: 1px solid #eee;
  left: 30px;
}
.profile-view .feedback-avatar {
  position: relative;
  z-index: 2;
  overflow: visible;
  text-align: left;
  font-size: 14px;
  padding-left: 0;
  float: left;
  margin-right: 20px;
  width: 70px;
}
.profile-view .feedback-body {
  padding: 20px 40px 20px;
  position: relative;
  overflow: visible;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.6;
  margin-right: -12px;
  width: 93%;
}
.profile-view .feedback-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  left: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #cad5e0;
  border-top: 1px solid #cad5e0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.profile-view .feedback-comment {
  margin: 10px 0 10px 0;
  background: #f9f9f9;
  padding: 4px 8px;
}
.profile-view .stream-icon {
  background: #90c7ec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  overflow: visible;
  text-align: left;
  font-size: 14px;
  padding-left: 0;
  float: left;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 6px;
}
.profile-view .stream-icon i {
  margin: 10px 0 0 11px;
  color: white;
  font-size: 20px;
}
.profile-view .tt-input:focus {
  box-shadow: none;
}
.profile-view .typeahead,
.profile-view .tt-query,
.profile-view .tt-hint {
  outline: medium none;
  z-index: 500;
  margin-top: -3px;
}
.profile-view .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
  border-radius: 4px;
  margin-top: 4px;
  padding: 4px 0;
  width: 422px;
}
.profile-view .tt-suggestion {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 10px;
}
.profile-view .tt-suggestion p {
  margin: 0;
}
.profile-view .tag-cont {
  display: block;
  float: left;
  border-radius: 4px;
  padding: 5px;
  margin: 0px 20px 10px 0px;
}
.profile-view .tag-cont .object-tag {
  padding: 0px 10px;
}
.profile-view .tag-cont .object-tag button {
  margin-left: 10px;
}

.open-object {
  cursor: pointer;
}

#nudge-region h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.tubby-container {
  width: 100% !important;
  border-radius: 12px !important;
  padding: 4px 8px !important;
  box-sizing: border-box;
}
.tubby-container .tubb-dropdown-btn {
  border-left: 0 !important;
  height: 35px !important;
  top: 0 !important;
}

.ugc-control {
  cursor: pointer;
}

#ugc-sort-select-tubb-btn .fa-chevron-circle-down,
#ugc-filter-select-tubb-btn .fa-chevron-circle-down,
#ugc-group-select-tubb-btn .fa-chevron-circle-down {
  font-size: 18px !important;
  color: #444;
}

.camera_tag {
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 12px !important;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.camera_tag
  .cameratag_screen.cameratag_check_phone
  .cameratag_check_phone_prompt {
  color: #888;
  top: 50%;
}
.camera_tag .cameratag_screen.cameratag_check_phone .cameratag_check_phone_url {
  display: none;
}
.camera_tag .cameratag_screen .cameratag_checkmark {
  color: #888;
}
.camera_tag .cameratag_screen.cameratag_sms .cameratag_sms_prompt {
  margin-top: -50px !important;
  color: #888;
}
.camera_tag
  .cameratag_screen.cameratag_sms
  .cameratag_sms_prompt
  .cameratag_send_sms {
  float: right;
  border-radius: 12px;
  background: #fff;
  color: #888;
  padding: 0px 15px;
  text-transform: uppercase;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.camera_tag
  .cameratag_screen.cameratag_sms
  .cameratag_sms_prompt
  .cameratag_send_sms:hover {
  color: #000;
}
.camera_tag .cameratag_screen.cameratag_start {
  background: #f4f4f4;
}
.camera_tag .cameratag_screen.cameratag_recording,
.camera_tag .cameratag_screen.cameratag_playback,
.camera_tag .cameratag_screen.cameratag_completed,
.camera_tag .cameratag_screen.cameratag_wait,
.camera_tag .cameratag_screen.cameratag_accept {
  background: transparent;
}

.cameratag_select_prompt,
.cameratag_mobile_prompt {
  color: #888;
  font-weight: normal;
  font-size: 10px;
}

.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn {
  border-radius: 12px;
  background: #fff;
  color: #888;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn:hover,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn:hover,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn:hover {
  border-color: #ddd;
}
.camera_tag
  .cameratag_screen.cameratag_accept
  .cameratag_accept_btn:hover
  .button_label,
.camera_tag
  .cameratag_screen.cameratag_accept
  .cameratag_rerecord_btn:hover
  .button_label,
.camera_tag
  .cameratag_screen.cameratag_accept
  .cameratag_play_btn:hover
  .button_label {
  color: #000;
}

.ugc-item .object-header {
  padding-left: 10px;
  clear: both;
}
.ugc-item .object-header h4 {
  margin-left: 8px;
  font-size: 16px;
}
.ugc-item .object-header .item-left {
  width: 32px;
  float: left;
}
.ugc-item .object-header .item-left .img-circle {
  margin-top: 13px;
  display: block;
}
.ugc-item .object-header .item-right {
  float: left;
}
.ugc-item .section {
  clear: both;
}
.ugc-item img.img-circle {
  width: 32px;
  height: 32px;
  border-radius: 100% !important;
}

.table-cell-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: center;
  width: 33%;
}

.ugc-errors,
.dz-error-message {
  word-wrap: break-word;
}

#ugc-type-form-container {
  margin-top: 10px;
}

.img-picker,
.embedly-chooser-container .img-picker-left,
.embedly-chooser-container .img-picker-right {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  border-width: 1px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

.ugc-avatar-link:focus {
  box-shadow: none !important;
}

.ugc-avatar {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.ugc-container {
  margin-top: 15px;
}
.ugc-container .ugc-form-selector-btn {
  border: 3px solid transparent;
  border-radius: 12px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  height: 60px;
  position: relative;
}
.ugc-container .ugc-form-selector-btn:hover {
  background: #f8f8f8;
}
.ugc-container .ugc-form-selector-btn.active {
  border: 3px solid #f0f0f0;
}
.ugc-container .ugc-form-selector-btn i {
  font-size: 20px;
}
.ugc-container .ugc-form-selector-btn .fa {
  line-height: 54px;
}

#ugc-select-controls {
  margin-bottom: 8px;
}

#ugc-dropzone {
  border: 3px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #ccc;
}

#ugc-children-region .object-item h4 {
  padding-right: 50px;
}

.object-item form {
  margin-bottom: 0px;
}
.object-item form .controls-container {
  padding-right: 50px;
  padding-bottom: 8px;
}
.object-item form .controls-container input,
.object-item form .controls-container textarea {
  box-sizing: border-box;
  height: inherit;
  width: 100%;
}
.object-item form .controls-container.clearfix {
  padding-bottom: 0px;
}
.object-item .img-group-cont .user-img-cont {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.object-item .img-group-cont .user-img-cont img {
  min-height: 100%;
  min-width: 100%;
}
.object-item .img-group-cont .comment-count-cont {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.object-item .open-object {
  cursor: pointer;
}
.object-item .object-buttons {
  list-style: none;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 10px;
}
.object-item .object-buttons .dropdown-menu {
  left: auto;
  right: 0;
}
.object-item .object-buttons .dropdown-submenu > .dropdown-menu {
  left: auto;
  right: 100%;
}
.object-item .object-buttons .dropdown-submenu > a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-left-color: transparent;
  border-right-color: #cccccc;
}
.object-item .tso-container {
  position: absolute;
  top: 12px;
  right: 60px;
  font-size: 12px;
  border-radius: 2px;
  overflow: hidden;
  font-weight: 500;
}
.object-item .tso-container .tso-status {
  padding: 3px 7px;
}
.object-item .tso-container .pending {
  background-color: rgba(241, 133, 34, 0.25);
  color: #b85700;
}
.object-item .tso-container .rejected {
  background-color: rgba(235, 87, 87, 0.25);
  color: #b3202e;
}
.object-item .tso-container .approved {
  background-color: rgba(39, 174, 96, 0.25);
  color: #005921;
}
.object-item .object-pill.unread-comments {
  width: 100px;
  position: absolute;
  right: 100px;
  top: 22%;
}
.object-item .object-fav-buttons {
  float: right;
}
.object-item .object-fav-buttons .object-fav {
  margin-left: 5px;
}
.object-item .object-fav-buttons .theme-icon-disabled {
  opacity: 0.4;
}
.object-item .form-horizontal .control-label {
  width: 80px;
}

#ugc-type-form-container {
  padding: 0px;
}
#ugc-type-form-container .embedly-input {
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
}
#ugc-type-form-container .embedly-container {
  position: relative;
}
#ugc-type-form-container .form.form-horizontal .control-label {
  width: 20%;
}
#ugc-type-form-container .form.form-horizontal .controls {
  margin-left: 25%;
}
#ugc-type-form-container .form.form-horizontal .controls input,
#ugc-type-form-container .form.form-horizontal .controls textarea {
  width: 80%;
}
#ugc-type-form-container textarea.text-input {
  width: 100%;
  box-sizing: border-box;
}

.embedly-chooser-container {
  position: relative;
  text-align: center;
  padding: 10px;
}
.embedly-chooser-container .img-picker-left {
  left: 4px;
}
.embedly-chooser-container .img-picker-right {
  right: 4px;
}

.list-item.new-object .inner .img-cont img {
  height: 100%;
  min-width: 100%;
}

.add-object-button {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

.pagination-controls .disabled {
  color: #ececec;
  cursor: default;
}

.pagination-controls .pagination {
  text-align: center;
}

.ugc-loader {
  display: none;
}

.ugc-loader img {
  margin: 0 auto;
  display: block;
  padding: 40px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  color: #484848;
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.the-awards {
  padding-bottom: 200px;
}

.mini-award {
  margin: 5px;
  float: left;
  width: 85px;
}
.mini-award img {
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
  max-height: 85px;
}

a.award-cont {
  margin-right: 10px;
}
a.award-cont:hover {
  cursor: pointer;
  text-decoration: none;
}
a.award-cont .img-square {
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  left: 50%;
}
a.award-cont.state_0 .image img {
  -webkit-filter: greyscale(50%);
  filter: greyscale(50%);
}

#awards-layout .filter-cont {
  position: absolute;
  right: 10px;
  top: 10px;
}

a.open-badge-logo {
  display: block;
  width: fit-content;
  margin: auto;
}

.sets-cont .set-cont .requirements-cont {
  padding-left: 10px;
}
.sets-cont .set-cont .requirements-cont .requirement-cont {
  font-size: 13px;
  margin-bottom: 10px;
}
.sets-cont .set-cont .requirements-cont .requirement-cont i {
  margin-right: 5px;
}

#homepage-user-stats {
  position: absolute;
  right: 0;
  top: -90px;
  direction: ltr;
}
#homepage-user-stats ul li {
  cursor: pointer;
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 8px 14px;
  margin-right: 10px;
}
#homepage-user-stats ul li i {
  margin-right: 5px;
}
#homepage-user-stats ul li .number {
  padding: 0;
}

#homepage-user-badges {
  position: absolute;
  left: 0;
  top: -110px;
  direction: ltr;
}
#homepage-user-badges img.badges-image {
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
}
#homepage-user-badges a {
  text-decoration: none;
}
#homepage-user-badges a i {
  font-size: 1.4em;
  vertical-align: middle;
  color: #ffffff;
}
#homepage-user-badges ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 4px;
}

.arabic textarea {
  font-size: 18px;
}
.arabic .btn {
  font-size: 18px;
}
.arabic .btn.btn-flat.profile-contents-edit-button {
  float: left;
  margin-left: 15px;
}
.arabic .tubb-name {
  font-size: 18px !important;
}
.arabic #ov-title-text {
  font-size: 18px;
  margin-right: 80px;
}
.arabic .xp {
  margin-right: 10px;
}
.arabic .comment-info .users-name {
  font-size: 16px;
  margin-bottom: 8px;
}
.arabic .comment-info .comment-preview {
  font-size: 18px;
}
.arabic .comment-actions .time,
.arabic .comment-actions a {
  font-size: 16px !important;
}
.arabic .object-item .item-description .contents {
  font-size: 16px !important;
}
.arabic .section .card-button {
  font-size: 18px;
}
.arabic .section.course-description .item-description {
  font-size: 16px !important;
}
.arabic .section .contents {
  font-size: 16px;
  line-height: 24px !important;
}
.arabic .section .contents p {
  font-size: 16px;
  line-height: 24px !important;
}
.arabic .section .contents .profile-contents-section-info {
  margin-right: 90px;
  margin-left: 0;
}
.arabic .section .level-progress .info {
  font-size: 14px;
}
.arabic .section .item-name {
  font-size: 16px;
}
.arabic .section .status {
  font-size: 15px;
}
.arabic .section .item-progress {
  font-size: 16px;
}
.arabic .gate-item .card-button {
  font-size: 18px;
}
.arabic .level-group-box .header {
  font-size: 24px;
}
.arabic .level-group-box .instruction {
  font-size: 20px;
  margin-bottom: 20px;
}
.rtl .skills-tag {
  float: right;
}
.rtl .status .xp {
  text-align: right;
}
.rtl .tubby-container {
  text-align: right;
}
.rtl .tubby-container .dropdown-menu {
  text-align: right;
}
.rtl a.award-cont {
  margin-left: 10px;
}
.rtl a.award-cont .img-square {
  margin-left: inherit;
  left: inherit;
  margin-right: -80px;
  right: 50%;
}
.rtl .gate-item .card-button {
  padding-right: 70px;
}
.rtl .level-item a.card-button {
  display: block;
  padding: 15px;
}
.rtl .level-item a.card-button h4 {
  text-align: right;
}

/* https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.themed-box1 .page-header,
.themed-box2 .page-header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
  font-weight: 400;
}
.themed-box1 > .header,
.themed-box2 > .header {
  font-size: 16px;
  font-weight: bold;
  margin: 15px;
}
.themed-box1 > .header > .page-header:first-child,
.themed-box2 > .header > .page-header:first-child {
  margin-top: 0;
}
.themed-box1 > .contents,
.themed-box2 > .contents {
  padding: 15px;
}
.themed-box1 > .contents > .page-header,
.themed-box2 > .contents > .page-header {
  margin-bottom: 15px;
}
.themed-box1 > .contents > .page-header:first-child,
.themed-box2 > .contents > .page-header:first-child {
  margin-top: 0;
}
.themed-box1 p,
.themed-box2 p {
  font-weight: 400;
}

#home-cols-cont {
  margin-top: 20px;
}

#home-cols-cont .img-circle,
#popout-cont .img-circle,
#portfolio-cont .img-circle {
  width: 30px;
  height: 30px;
}

#profile-table td {
  text-align: left;
  padding: 10px 5px 12px 5px;
}

#profile-table td.profile-label {
  text-align: left;
  font-weight: bold;
}

#profile-table {
  width: 100%;
}

#custom-header-container {
  z-index: 1151;
}

#custom-footer-container {
  z-index: 1151;
  display: flex;
  margin-top: auto;
}

.enrolment-item {
  display: block;
  border-bottom: 1px solid #50597b;
}

.enrolment-item:hover {
  background-color: #50597b;
  text-decoration: none;
}

.enrolment-item .course-image,
.enrolment-item .course-info,
.enrolment-item .course-progress {
  margin-top: 10px;
  margin-bottom: 10px;
}

.enrolment-item .course-image {
  text-align: center;
  padding: 0px 0 0px 5px;
  height: 100%;
}

.enrolment-item .course-info {
  text-align: left;
  font-weight: normal;
  padding: 0 5px;
  font-size: 13px;
}

.quest-info .quest-text {
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
  font-size: 15px;
}

.quest-info .progress .bar {
  background: none repeat scroll 0 0 #11a8ab;
}

.quest-info .progress {
  background: none repeat scroll 0 0 #1f253d;
  height: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 0px;
}

.quest-info .quest-title {
  font-weight: bold;
}

table .quest-list {
  background-color: #434b67;
}

.quest-list {
  text-align: left;
}

.quest-list .quest-row {
  line-height: 80px;
  border-bottom: 1px solid #50597b;
}

.quest-list .quest-row:last-child {
  border-bottom: none;
}

.quest-row .quest-image {
  padding: 10px;
}

.quest-row .quest-title {
  vertical-align: middle;
  padding-left: 10px;
}

.quest-row .quest-text {
  vertical-align: middle;
  padding-right: 10px;
  font-weight: normal;
}

.quest-row .quest-button {
  text-align: right;
  padding-right: 10px;
}

.quest-list .progress .bar {
  background: none repeat scroll 0 0 #4fc4f6;
}

.quest-list .progress {
  background: none repeat scroll 0 0 #1f253d;
  height: 15px;
  margin: 35px 15px 15px 0px;
  border-radius: 0px;
}

.badge-list {
  background-color: #50597b;
  line-height: 20px;
}

.badge-list .quest-text {
  padding: 10px 10px 0px 10px;
  font-weight: normal;
}
